home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1987 / Dec 87 / Re-Building Blocks 12⁄13 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.0 KB  |  25 lines  |  [TEXT/GEOL]

  1. Item    1902545                         13-Dec-87        21:19
  2.  
  3. From:   U0239                           Louisiana State U, Ken Bueche
  4.  
  5. To:     WILSON6                         Wilson, Dave - Personal Concepts
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Response to Building blocks
  10.  
  11. The point on cacheing covered windows for fast updates is good!
  12.  
  13. I've always thought that the window manager (or someone in the ROM) ought to
  14. keep copies of things getting obscured (but mark the blocks of memory as
  15. purgeable) and if it is still available upon an update event then the manager
  16. automatically does the update and the application never receives the event.
  17.  
  18. There may be a need to add a new procedure like SetForceUpdate(TRUE/FALSE) or
  19. something since some applications, upon changing the data shown in a window,
  20. simply invalidate it to have the window contents updated.
  21.  
  22. Perhaps cacheing should be looked at at the ROM level, but for now it would be
  23. great if MacApp handled that... talk about major speed improvements!
  24.  
  25.